@media(max-width:414px){
    body{
        margin: 0px;
    }
    .header img{
        position: fixed;
        top: 0;
        width:100%;
    }
    .logo{
        margin-top: 11vh;
        text-align: center;
    }
    .logo img{
        width: 35.5vw;
    }
    .title{
        display: flex;
        justify-content: initial;
        align-items: center;
        margin-left: 17.5vw;
        margin-top: 1.3vh;

        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        letter-spacing: 0.0015em;
        color: rgba(0, 0, 0, 0.87);        
    }
    .title img{
        margin-right: 3vw;
    }
    .section .title{
        margin-left: 10.24vw;
        margin-top: 2vh;
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.0015em;
        color: rgba(0, 0, 0, 0.87);
    }
    .containerMenu{
        margin-top: 1vh;
        margin-left: 10.27vw;
        width: 79.44vw;
    }
    .imgMenu{
        margin-left: 4vw;
        border: 1px solid #E1E1E1;
        box-sizing: border-box;
        border-radius: 5px;
        width: 20vw;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .boxMenu{
        border-radius: 5px;
        background: #F9F5F5;
        text-align: justify;
        padding-left: 3vw;
        height: 61px;
        display: flex;
        align-items: center;
        border: 0.706693px solid #E1E1E1;
    }
    
    .boxMenu div > div {
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        letter-spacing: 0.001em;
        margin-left: 4px;
    }
    
    .boxMenu p {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        letter-spacing: 0.001em;
        margin: 4px;
    }
    .boxMenu .imgMenu{
            display: flex;
            margin-left: 0;
            height: 51px;
            width: 16vw;
            border: 0.620511px solid #E1E1E1;
    }
    .boxMenu div{
        margin-left: 4vw;
        width: 38vw;
    }
    footer{
        position: fixed;
        bottom: 0px;
        height: 4vh;
        width:100%;
        background-color: #F16C33;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    footer div{
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
    }
    #nextButton{
        appearance: none;
        border: none;
        background-image: url('../../img/chefProfile/nextButton.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: transparent;
        float: right;
        margin-right: 5vw;
        margin-top: 2vh;
        height: 6vw;
        width: 5.55vw;
    }
}